|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectraar.agent.RAAgentFactory
public abstract class RAAgentFactory
Implement this class to enable SBM to work with new agent models.
| Constructor Summary | |
|---|---|
RAAgentFactory()
|
|
| Method Summary | |
|---|---|
abstract RAAgent |
getNewAgent()
Get a new agent, you might want to name it (setName). |
java.lang.String |
getPluginType()
Return a type for the plug-in in question (agent). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface raar.plugin.RAPlugin |
|---|
configure, getPluginIcon, getPluginName |
| Constructor Detail |
|---|
public RAAgentFactory()
| Method Detail |
|---|
public abstract RAAgent getNewAgent()
throws RAException
RAExceptionpublic final java.lang.String getPluginType()
getPluginType in interface RAPlugin
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||